Auto merge of #2912 - matklad:move-target-dir, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 25 Jul 2016 04:44:23 +0000 (21:44 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2016 04:44:23 +0000 (21:44 -0700)
commit43d425925323d8736158214d0fb4aabec0748777
tree41452ee3169887198fc2c23339e520814e734f24
parentdc12479579bb3adc410272318dc21a1a7278403c
parent886c878e97df4a19511350cab8939370df42492b
Auto merge of #2912 - matklad:move-target-dir, r=alexcrichton

Move `target_dir` to Workspace and fix #2848

Target dir is now an API of Workspace. It is still initialized eagerly, just later.

I also had to errors in the config file when retrieving `verbose` and `color` config. Seems fishy, but is probably OK.